From f6c07a0ddb2122173aa6e3e07b8b10adbeaace30 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 5 Feb 2019 11:26:54 +0100 Subject: [PATCH] glade: Drop the "plus" From documentation and catalog description. --- gtk/glade/README.glade | 10 +++++----- gtk/glade/gtk-private-widgets.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gtk/glade/README.glade b/gtk/glade/README.glade index 82576fe7ad..4790294a07 100644 --- a/gtk/glade/README.glade +++ b/gtk/glade/README.glade @@ -1,17 +1,17 @@ The catalog in this directory defines some widgets that are private -to GTK+ and is needed to edit .ui files defining composite classes -in GTK+. +to GTK and is needed to edit .ui files defining composite classes +in GTK. -In order to edit any composite classes in GTK+, startup Glade +In order to edit any composite classes in GTK, startup Glade in the following way, example: - cd /path/to/gtk+/ + cd /path/to/gtk/ GLADE_CATALOG_SEARCH_PATH=`pwd`/gtk/glade glade gtk/ui/gtkfilechooserwidget.ui Documentation for updating this catalog can be found here: https://developer.gnome.org/gladeui/stable/ -Note also that when including private GTK+ widgets as components, it is +Note also that when including private GTK widgets as components, it is important to call g_type_ensure () to register the type explicitly before calling gtk_container_init_template(), otherwise GtkBuilder will not be able to properly load the type. diff --git a/gtk/glade/gtk-private-widgets.xml b/gtk/glade/gtk-private-widgets.xml index d15a568ad3..7e2ca72b81 100644 --- a/gtk/glade/gtk-private-widgets.xml +++ b/gtk/glade/gtk-private-widgets.xml @@ -1,11 +1,11 @@ + version="3.96" + depends="gtk4" + library="gtk-4"> gtk_glade_catalog_init - + @@ -22,7 +22,7 @@ - + -- 2.30.2